home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / misc / math / mathan.lha / mathan / examples / demo.mth < prev    next >
Encoding:
Text File  |  1997-07-27  |  186 b   |  8 lines

  1.  
  2. "    Mathan graphics demo. "
  3.  
  4. Draw("{Cos(x),Sin(x),y}",{"x",-pi,pi,4},{"y",0,Sqrt(2),1})
  5. Draw("{x,y,Sinc(x*x+y*y),2}",{"x",-3,3,20},{"y",-3,3,20})
  6. Draw("{x,3Sin(x)}",{"x",-pi,pi,20})
  7. Exit
  8.